-
Notifications
You must be signed in to change notification settings - Fork 33
feat(block-node): Add the ability to provide a external block node #3086
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(block-node): Add the ability to provide a external block node #3086
Conversation
Signed-off-by: Zhan Milenkov <instamenta@abv.bg>
…de-different-block-node-sourcesjson-for-each-cn-that-is-created # Conflicts: # test/e2e/commands/block-node.test.ts
Signed-off-by: Zhan Milenkov <instamenta@abv.bg>
…-node deploys and updates the configmaps + consensus node data/config files Signed-off-by: Zhan Milenkov <instamenta@abv.bg>
…de-different-block-node-sourcesjson-for-each-cn-that-is-created
|
Merging to
|
Signed-off-by: Zhan Milenkov <instamenta@abv.bg>
…de-different-block-node-sourcesjson-for-each-cn-that-is-created
|
This pull request is stale because it has been open 14 days with no activity. Remove stale label or comment on this pull request; otherwise, this pull request will be closed in 14 days. |
Signed-off-by: Zhan Milenkov <instamenta@abv.bg>
Signed-off-by: Zhan Milenkov <instamenta@abv.bg>
Signed-off-by: Zhan Milenkov <instamenta@abv.bg>
…o avoid repeating logic Signed-off-by: Zhan Milenkov <instamenta@abv.bg>
…de-different-block-node-sourcesjson-for-each-cn-that-is-created
… for external block-nodes and adding additional consensus nodes Signed-off-by: Zhan Milenkov <instamenta@abv.bg>
Signed-off-by: Zhan Milenkov <instamenta@abv.bg>
…de-different-block-node-sourcesjson-for-each-cn-that-is-created
…de-different-block-node-sourcesjson-for-each-cn-that-is-created
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
…de-different-block-node-sourcesjson-for-each-cn-that-is-created
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
…de-different-block-node-sourcesjson-for-each-cn-that-is-created # Conflicts: # src/core/block-nodes-json-wrapper.ts
Signed-off-by: Zhan Milenkov <instamenta@abv.bg>
Log Metrics - One Shot Single - using Podman📊 Runner Resource UsageJSON Log Metrics |
Log Metrics - One Shot Single📊 Runner Resource UsageJSON Log Metrics |
Log Metrics - External database new📊 Runner Resource UsageJSON Log Metrics |
Log Metrics - Block Node📊 Runner Resource Usage |
Log Metrics - Performance TestJSON Log Metrics |
Log Metrics - Node Upgrade📊 Runner Resource Usage |
Log Metrics - Node Local PTT📊 Runner Resource Usage |
Log Metrics - Dual Cluster Full📊 Runner Resource UsageJSON Log Metrics |
Log Metrics - Standard📊 Runner Resource UsageJSON Log Metrics |
Log Metrics - Node Add Local📊 Runner Resource Usage |
Log Metrics - Integration📊 Runner Resource UsageJSON Log Metrics |
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesFootnotes
|
Description
Add a new command
solo block node add-externalthat allows to provide external block node address and configure each inside theblock-nodes.jsonAdd new flag
--addressforsolo block node add-external, allowing to pass an address, and optionally, after:a port override can be added (default port40840)Add new component inside the remote config to represent the external block node
Related Issues
Note for reviewer
Check the structure of the external block node component, and note if any changes should be made to it